@font-face {
  font-family:Primitive;
  src: url(../fonts/Primitive.ttf) format('truetype');
}
@font-face {
   font-family:zekton;
   src:url(../fonts/zekton.ttf) format('truetype');	
}  
@font-face{
	font-family:Revalia;
  src: url(../fonts/Revalia-Regular.ttf) format('truetype');
}  
@font-face{
font-family:PressStart2P;
  src: url(../fonts/PressStart2P-Regular.ttf) format('truetype');	
}
body{
	background-color:#353535;
}
header{
	background: url(../img/header.jpg) left, center;
	background-size:50%, 100%;
	font-family:Primitive;
	font-size:50px;
	height:200px;
    color:	#00BFFF;
	text-align:center;
}
.menu{
	letter-spacing:0.5px;
	font-family:Revalia;
	font-weight: bold;
	padding-left:10%;
	overflow: hidden;
	text-align:center;
}
.menu a{
	color:#f2f2f2;
	text-decoration:none;
	font-size:23px;
	text-shadow:3px 3px 3px black;
}
.menu li{
	color:#f2f2f2;
	display:inline;
	text-align:center;
	padding:2px 16px;
	word-spacing:3px;
	border-radius:10px 2px 10px 2px;
}
.menu li:hover{
	background-color:black;
	transition:all 2s linear;
}
.cantantes{
	color:#e1e1e1;
	font-family:Revalia;
	font-size: 20px;
	margin-left:20px;
}
.cantantes td {
  font-family:zekton;
  font-size:18px;
  text-align:left;
  border-radius:10px 2px 10px 2px;
  background-color: #6E6E6E;
  width:120%;
  padding-left:8px;
  box-shadow:2px 3px 4px black;

}
.cantantes td:hover{
	transition:all 2s linear;
	transform: scale(1.15, 1.1);
}
.cantantes  a{
	color:#e1e1e1;
	text-decoration:none;
}
.cantantes  a:hover{
	color:#FFD700;
	text-decoration:underline; 
}
iframe{
	position:absolute;
	top:200px;
	left:250px;
	box-shadow:6px 5px 15px black;
	border:none;
	margin:120px;
	background:url(../img/reggaeton.jpg) center, center;
	background-repeat:no-repeat;
	background-size:100%, 100%;
}

hr{
	border:0px;
	height:1px;
	background-image: linear-gradient(to right, 
	rgba(0, 0, 0, 0), 
	rgba(0, 0, 0, 0.75), 
	rgba(0, 0, 0, 0) )
}
.canciones {
	text-align:center;
	margin-top:250px;
}
.canciones p{
	font-family:'Open Sans';
	font-variant:small-caps;
	text-align:left;
	color:#e1e1e1;
	padding-left:40px;
	padding-bottom:5px;
	position:relative;
	font-size:20px;
	box-shadow:6px 5px 15px black;
}
.canciones audio{
	text-align:center;
	padding-left:30px;
	float:right;
}
.canciones a{
	text-align:center;
	font-family:PressStart2P;
	font-weight: bold;
	font-size:25px;
	color:#e1e1e1;
}
 footer{
	text-align:center;
	color:white;
	padding-top:100px;
}

#personaje{
	width:235px;
	height:212px;
	margin:auto;
	 background: url(../img/payaso.jpg) repeat-x;
	 animation:walk 1s steps(3) infinite;
}
@keyframes walk {
  0% { background-position:0 }
  100% { background-position:-705px }
}



